home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 22
/
AACD 22.iso
/
AACD
/
Programming
/
powerd
/
lib
/
chunky.lha
/
chunky
/
FillChunky32.ass
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1980-01-24
|
211 b
|
14 lines
; FillChunky32(dst:a0:PTR TO chunky,colour:d0:LONG)
machine mc68020
xdef _FillChunky32
_FillChunky32
move.l (4,a0),d1
muls.l (a0),d1
move.l (8,a0),a1
.loop move.l d0,(a1)+
subq.l #1,d1
bgt.s .loop
rts